home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
wiggi_wa.swf
/
scripts
/
DefineSprite_110
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
267 b
|
14 lines
stop();
this.onEnterFrame = function()
{
bl = _root.getBytesLoaded();
bt = _root.getBytesTotal();
perc = bl / bt * 100;
bar.bar._xscale = perc;
if(perc >= 100)
{
this.gotoAndPlay("goplay");
delete this.onEnterFrame;
}
};